searchbar: Add some spacing
authorMatthias Clasen <mclasen@redhat.com>
Thu, 22 May 2014 00:09:46 +0000 (20:09 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 22 May 2014 00:09:46 +0000 (20:09 -0400)
When showing the close button, and placing a wide entry in the
middle, there was no separation at all. Fix this by setting
some spacing.

gtk/resources/ui/gtksearchbar.ui

index 93e7706a8e53abc2eb2fd60203146b60e454fda7..d8b100bc79ddb6a7a1f71c25ad0cc2a56ddb23c6 100644 (file)
@@ -14,7 +14,8 @@
           <object class="GtkBox" id="tool_box">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="border_width">5</property>
+            <property name="border_width">6</property>
+            <property name="spacing">6</property>
             <child>
               <object class="GtkBox" id="box_left">
                 <property name="visible">True</property>